home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00280_Script_gsndsnd < prev    next >
Text File  |  1999-05-31  |  684b  |  26 lines

  1. on mouseUp
  2.   global chaspcursor,handcur, gbotline
  3.   if the clickOn > 0 then
  4.     set handcur to [the number of cast "HC1",the number of cast "HC2"]
  5.     CHASPCURSOR HANDCUR,8,9
  6.     --  CHASPCURSOR HANDCUR,55,56
  7.     CHASPCURSOR HANDCUR,109,120
  8.     CHASPCURSOR -1,6,7
  9.     global cspname,cspchannel
  10.     --    set xx to chars(cspname,1,1)
  11.     --    set cspname to xx&"voic"
  12.     set cspchannel to 112
  13.     set gbotline to 16
  14.     set wp to the memberNum of sprite 105
  15.     set wp1 to the name of member wp
  16.     if chars(wp1,1,3) = "gan" then
  17.     set the movieTime of sprite 105 to 0
  18.     set the movieRate of sprite 105 to 1
  19.   end if
  20.   
  21.   go to frame "gsnd"
  22. end if
  23.  
  24. end
  25.  
  26.